Computer and Modernization ›› 2009, Vol. 1 ›› Issue (10): 141-3.doi: 10.3969/j.issn.1006-2475.2009.10.039

• 应用与开发 • Previous Articles     Next Articles

Realization of Program Window Monitor by Hook Technology in VB Program

PAN Jing-xin   

  1. College of Computer Science, Shaoguan University, Shaoguan 512005, China
  • Received:2009-04-20 Revised:1900-01-01 Online:2009-10-15 Published:2009-10-15

Abstract:

By using hook technology, the event messages of Windows system can be monitored and the system can be controled. This paper introduces how to use API function in VB programing to set up hook, and realizes program window monitor by designing the hook function.

Key words: VB programing, message mechanism, hook, program window monitor